PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardArtifactAttribute Class / setBoundingBox Method
A rectangle in default user space units that shall give the coordinates of the left, bottom, right, and top edges, respectively, of the artifact's bounding box (the rectangle that completely encloses its visible content).
In This Topic
    setBoundingBox Method
    In This Topic
    Sets the bounding box.
    Syntax
    public void setBoundingBox( 
       PDFStandardRectangle boundingBox
    )

    Parameters

    boundingBox
    A rectangle in default user space units that shall give the coordinates of the left, bottom, right, and top edges, respectively, of the artifact's bounding box (the rectangle that completely encloses its visible content).
    See Also